object multiwin: Tmultiwin Left = 464 Top = 346 ActiveControl = OkBtn BorderIcons = [] BorderStyle = bsDialog Caption = 'Multi Out Renderer' ClientHeight = 210 ClientWidth = 333 Color = 4874571 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 33 Top = 17 Width = 48 Height = 14 Alignment = taRightJustify Caption = 'Channel 1' end object Label2: TLabel Left = 33 Top = 41 Width = 48 Height = 14 Alignment = taRightJustify Caption = 'Channel 3' end object Label3: TLabel Left = 33 Top = 65 Width = 48 Height = 14 Alignment = taRightJustify Caption = 'Channel 5' end object Label4: TLabel Left = 33 Top = 97 Width = 48 Height = 14 Alignment = taRightJustify Caption = 'Channel 7' end object Label5: TLabel Left = 33 Top = 121 Width = 48 Height = 14 Alignment = taRightJustify Caption = 'Channel 9' end object Label6: TLabel Left = 29 Top = 145 Width = 54 Height = 14 Alignment = taRightJustify Caption = 'Channel 11' end object Label7: TLabel Left = 16 Top = 176 Width = 225 Height = 33 AutoSize = False Caption = 'Select the channels you wish to render to separate WAV-files and' + ' click "Ok"...' WordWrap = True end object chan1: TCheckBox Left = 88 Top = 16 Width = 40 Height = 17 Caption = ' ' TabOrder = 0 end object chan3: TCheckBox Left = 88 Top = 40 Width = 40 Height = 17 Caption = ' ' TabOrder = 1 end object chan5: TCheckBox Left = 88 Top = 64 Width = 40 Height = 17 Caption = ' ' TabOrder = 2 end object chan7: TCheckBox Left = 88 Top = 96 Width = 40 Height = 17 Caption = ' ' TabOrder = 3 end object CancelBtn: TButton Left = 248 Top = 144 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object OkBtn: TButton Left = 248 Top = 176 Width = 75 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 5 OnClick = OkBtnClick end object chan9: TCheckBox Left = 88 Top = 120 Width = 40 Height = 17 Caption = ' ' TabOrder = 6 end object chan11: TCheckBox Left = 88 Top = 144 Width = 40 Height = 17 Caption = ' ' TabOrder = 7 end object chan2: TCheckBox Left = 136 Top = 16 Width = 73 Height = 17 Caption = 'Channel 2' TabOrder = 8 end object chan4: TCheckBox Left = 136 Top = 40 Width = 97 Height = 17 Caption = 'Channel 4' TabOrder = 9 end object chan6: TCheckBox Left = 136 Top = 64 Width = 97 Height = 17 Caption = 'Channel 6' TabOrder = 10 end object chan8: TCheckBox Left = 136 Top = 96 Width = 97 Height = 17 Caption = 'Channel 8' TabOrder = 11 end object chan10: TCheckBox Left = 136 Top = 120 Width = 81 Height = 17 Caption = 'Channel 10' TabOrder = 12 end object chan12: TCheckBox Left = 136 Top = 144 Width = 89 Height = 17 Caption = 'Channel 12' TabOrder = 13 end object allBtn: TButton Left = 248 Top = 16 Width = 75 Height = 25 Caption = 'All' TabOrder = 14 OnClick = allBtnClick end object noneBtn: TButton Left = 248 Top = 48 Width = 75 Height = 25 Caption = 'None' TabOrder = 15 OnClick = noneBtnClick end end